home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / samples / kprobes / Makefile
Encoding:
Makefile  |  2008-12-24  |  221 b   |  6 lines

  1. # builds the kprobes example kernel modules;
  2. # then to use one (as root):  insmod <module_name.ko>
  3.  
  4. obj-$(CONFIG_SAMPLE_KPROBES) += kprobe_example.o jprobe_example.o
  5. obj-$(CONFIG_SAMPLE_KRETPROBES) += kretprobe_example.o
  6.